﻿ul {
    list-style: none;
    padding-left: 0;
}

#contenido {
    margin-top: 2rem;
}


a {
    text-decoration: none;
    color: black;
}

    a:hover {
        text-decoration-color:  #559C52; /* cambia a verde */
        color: black;
    }



.table {
    border-collapse: separate;
}

#inicioS {
    background-color: #559C52;
    width: 30%;
    color: white;
    text-align:center;
}

#inicioD {
    background-color: #559C52;
    color: white;
    text-align: center;
}
